libnl: fix warning with poll.h include on musl
authorJohn Crispin <[email protected]>
Wed, 23 Dec 2015 19:26:26 +0000 (19:26 +0000)
committerJohn Crispin <[email protected]>
Wed, 23 Dec 2015 19:26:26 +0000 (19:26 +0000)
commitcd0081cb4ef18d934e2cc6aa6099e74cdfeb6e86
tree42c7a6686ce07771d7c09b6c79c334a37c605a49
parentbd8557ff4ce4533fb12fa963b6fb6c491176a73b
libnl: fix warning with poll.h include on musl

Warning is:
  #warning redirecting incorrect #include <sys/poll.h> to <poll.

Not a big issue.
But it can be annoying when building with -Werror set.

Signed-off-by: Alexandru Ardelean <[email protected]>
SVN-Revision: 48004
package/libs/libnl/patches/001-fix-poll-h-include-warning-on-musl.h [new file with mode: 0644]